home *** CD-ROM | disk | FTP | other *** search
-
- CForms Vers 2.2 By Lars Berntzon, E-Mail: lab@cap.se @(#) $Id: README,v 1.4 1993/07/21 02:03:42 lasse Exp $
- -----------------------------------------------------------------
-
- CForms is a formular manager for building applications to be used
- for many types of terminals though it uses the {\em curses} library.
- CForms is built up by a language that consists of the objects: modules,
- pictures, fields, literals and events.
-
- An application is built by one or more modules that contains one or
- more pictures that handles the various functions in the application.
- Each picture may contain any number of fields and text literal
- that describes the appearance of the picture.
-
- Fields are defined by their name and may be specified with any type,
- size, special attributes and event handling functions.
-
- CForms may be intermixed with C-code modules in any way.
- See the documentation in the doc:s directory on how to compile and
- use CForms.
-
- Compiling and installation.
- ---------------------------
- To build cforms edit the Makefile.src to set the DEST variable to
- correct value. After that run 'Configure' followed by make. If
- everything is ok cforms can be installed into DEST by 'make install'.
-
- If you want to compile the examples run 'make example' which will
- produce the executable 'cforms' in the example directory.
-
- Copyright stuff
- ---------------
- Permission is hereby granted to copy, reproduce, redistribute,
- or otherwise use this software as long as: there is no monetary
- profit gained specifically from the use or reproduction or this
- software, it is not sold, rented, traded or otherwise marketed,
- and this copyright notice is included prominently in any copy
- made.
-
- The author make no claims as to the fitness or correctness of
- this software for any use whatsoever, and it is provided as is.
- Any use of this software is at the user's own risk.
-
- If you find any bugs though you can always mail a description to
- me on the address above and maybe i look into it.
-
- Have fun.
-